Offline articles export v3 Schema
purchase Element
Offline articles export v3 Schema > root Element > products Element > product Element > purchases Element : purchase Element
Namespace (none)
Diagram
purchaseassortments Element collectionparentbarcode Element collectionamount Element collectionbarcode Element purchasestatuscode Element seasonprofilecode Element isactive Element iscancelled Element ispreferredsupplierrow Element isavailableforordering Element lastmodifieddatetime Element organizationreference Element purchasepricetype Element purchasepriceperamount Element netnetpurchasepricenote Element netnetpurchaseprice Element grosspurchaseprice Element purchaseprice Element purchasecontentunittoconsumerunitfactor Element contentunitdimensionshortdescription Element contentunitpackageshortdescription Element purchaseunittopurchasecontentunitfactor Element dimensionshortdescription Element packageshortdescription Element minimumorderquantity Element ordermultiplier Element purchaseunitbarcode Element suppliernumber Element ordercode Element Sequence purchase Element
Overview
purchase 1..∞
Sequence
ordercode xs:string
suppliernumber xs:long
ordermultiplier xs:decimal
purchaseprice xs:decimal
grosspurchaseprice xs:decimal
netnetpurchaseprice xs:decimal
purchasepricetype xs:string
lastmodifieddatetime xs:dateTime
iscancelled xs:string
isactive xs:string
seasonprofilecode xs:string
purchasestatuscode xs:string
collectionamount xs:integer
Sequence optional
Sequence
Source
<xs:element maxOccurs="unbounded" name="purchase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ordercode" type="xs:string" />
      <xs:element name="suppliernumber" type="xs:long" />
      <xs:element name="purchaseunitbarcode" type="xs:long" />
      <xs:element name="ordermultiplier" type="xs:decimal" />
      <xs:element name="minimumorderquantity" type="xs:decimal" />
      <xs:element name="packageshortdescription" type="xs:string" />
      <xs:element name="dimensionshortdescription" />
      <xs:element name="purchaseunittopurchasecontentunitfactor" type="xs:decimal" />
      <xs:element name="contentunitpackageshortdescription" type="xs:string" />
      <xs:element name="contentunitdimensionshortdescription" type="xs:string" />
      <xs:element name="purchasecontentunittoconsumerunitfactor" type="xs:decimal" />
      <xs:element name="purchaseprice" type="xs:decimal" nillable="true" />
      <xs:element name="grosspurchaseprice" type="xs:decimal" nillable="true" />
      <xs:element name="netnetpurchaseprice" type="xs:decimal" nillable="true" />
      <xs:element name="netnetpurchasepricenote" />
      <xs:element name="purchasepriceperamount" type="xs:decimal" />
      <xs:element name="purchasepricetype" type="xs:string" />
      <xs:element name="organizationreference" />
      <xs:element name="lastmodifieddatetime" type="xs:dateTime" />
      <xs:element name="isavailableforordering" type="xs:string" />
      <xs:element name="ispreferredsupplierrow" type="xs:string" />
      <xs:element name="iscancelled" type="xs:string" />
      <xs:element name="isactive" type="xs:string" />
      <xs:element name="seasonprofilecode" type="xs:string" />
      <xs:element name="purchasestatuscode" type="xs:string" />
      <xs:element name="collectionbarcode" type="xs:long" />
      <xs:element name="collectionamount" type="xs:integer" />
      <xs:element name="collectionparentbarcode" type="xs:long" />
      <xs:element name="purchaseassortments">
        <xs:complexType>
          <xs:sequence minOccurs="0">
            <xs:element maxOccurs="unbounded" name="purchaseassortment">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="assortmentcode" type="xs:string" />
                  <xs:element name="storetypedifferentationcode" type="xs:string" />
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
purchases Elementproduct Elementproducts Elementroot ElementOffline articles export v3 Schema